home *** CD-ROM | disk | FTP | other *** search
- object frmAboutBox: TfrmAboutBox
- Left = 545
- Top = 199
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = btnOK
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Title'
- ClientHeight = 193
- ClientWidth = 298
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 64
- Top = 16
- Width = 201
- Height = 17
- AutoSize = False
- Caption = 'Product Name'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 64
- Top = 40
- Width = 201
- Height = 17
- AutoSize = False
- Caption = 'Version'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 64
- Width = 265
- Height = 17
- AutoSize = False
- Caption = 'Copyright'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 8
- Top = 88
- Width = 265
- Height = 49
- AutoSize = False
- Caption = 'Author'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- object btnOK: TButton
- Left = 100
- Top = 160
- Width = 97
- Height = 25
- Caption = 'OK'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- end
-